ComponentOne Xamarin.Android
GroupDescriptions Property (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : GroupDescriptions Property
Gets the group descriptions applied to the data.
Syntax
'Declaration
 
Public Overridable ReadOnly Property GroupDescriptions As IReadOnlyList(Of GroupDescription)
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim value As IReadOnlyList(Of GroupDescription)
 
value = instance.GroupDescriptions
public virtual IReadOnlyList<GroupDescription> GroupDescriptions {get;}
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members